Resolve all using mine
Visualizing Test Execution with OpenTelemetry
, Author: Cezary Piątek

Writing automated tests is only half the battle. Debugging them when something goes wrong is often the bigger challenge — especially when the test runner hijacks the console output or tests run in parallel. The fastest way to identify the source of a problem is to visualize the flow. Imagine being able to see exactly what’s happening in your tests and in the application under test. With OpenTelemetry, that’s entirely possible.
... Read More
Structuring Test Projects for Maintainability
, Author: Cezary Piątek

Writing automated tests is an essential part of any software development process — but organizing test code is often an afterthought. In this post, I’ll share a simple and maintainable project structure for managing tests. I’ll also outline some practical tips that have helped me keep test suites clean, concise, and easy to extend over the years.
... Read More
How to Run a React Development Server with HTTPS
, Author: Cezary Piątek

Mocking authorization tokens with WireMock.NET
, Author: Cezary Piątek

C# code snippets for Resharper and Rider
, Author: Cezary Piątek
